Using Gazebo with modified firmware
I'm simulating Turtlebot3 burger with gazebo. In real world turtlebot3, I have used Arduino IDE to upload a modified firmware to OpenCR so that I could use some parameter I defined. Can I also change the firmware in Gazebo. I think gazebo use the default turtlebot3_core firmware as shown below.
Asked by Catherine Upton on 2018-11-01 00:14:52 UTC
Comments
Gazebo doesn't simulate the turtlebot down to the firmware. It uses the kinematic and dynamic properties encoded in the model to simulate approximately correct behaviour, but it doesn't use any of the low-level infrastructure of the real tb.
Asked by gvdhoorn on 2018-11-01 02:08:17 UTC
What exactly have you modified in the firmware? If you need to change how the robot behaves in Gazebo then there are ways to do that, but as @gvdhoorn said it doesn't use the firmware to do this.
Asked by PeteBlackerThe3rd on 2018-11-02 07:11:08 UTC
Thank you @gvdhoorn and @PeteBlackerThe3rd. @PeteBlackerThe3rd can you tell me the ways to change how the robot behaves?
Asked by Catherine Upton on 2019-01-09 03:52:15 UTC