2016-06-03
This past month we have started a development push on our web-technologies. CloudSim, a tool used to provision and manage cloud-based simulations, and PropShop are getting a reboot. Stay tuned over the coming months for updates.
We spent a week on a usability sprint, with the goal of putting ourselves in the shoes of first-time simulation users. The sprint utilized the FIRST 2016 competition environment. Two teams were tasked with constructing three robots using Gazebo and ROS. At the end of the week we generated and long list of usability issues, which we are now busy resolving.
We had a bit of fun at the end of the sprint, in the form of a live competition. Both teams setup in the OSRF cafe, and connected to Gazebo running the FRC 2016 environment. Check out the video below for a quick take on the robots we created.
Check out our robot building tutorial to make your own robot, and the FRC 2016 repository for the simulation environment.
This month's tip is about improving simulation performance.
Triangle mesh collisions are both CPU intensive and error prone. Use mesh objects for visuals, and simple shapes for collisions.
Try to reduce the number of joints, including fixed joints, in models. Each joint introduces a constraint that the physics solver must compute.
Meshes may contain screws and internal structures that are not useful in simulation, and only slow down rendering.Open your meshes in a 3D modeling tool, such as Blender, and remove or reduce the number of triangles.
Check sensor update rates and resolutions. For example, ask yourself if you need an HD camera in simulation.
We need your help to squash bugs! Please visit our issue trackers to get started.
Gazebo Issue #1058: Update GearBox Joint Definition
Most recent active questions