You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, unfortunately 3dx is pretty broken. I don't know gazebo all that well (if you couldn't tell), and have been hoping someone could fix it for a long time (hint hint). If you want to work on it some, I'd very much appreciate it! If not, that's fine too.
On Mar 18, 2017 2:43 PM, Chris Taylor <[email protected]> wrote:
I tried patching it, but I could only get the Pioneer 3AT to work and not the 3dx. The 3dx doesn't want to give me a cmd_vel or odom topic.
I undid all my changes and just tried pioneer3dx.gazebo.launch and it still doesn't work. Does it work for you?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#44 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AB63o9WtfFaotd-VQThvociY3e-NXjfPks5rnDPOgaJpZM4MgyaO>.
As you can see here in the Pioneer 3AT file, the namespace for the robot is hardcoded to "/":
https://github.com/allenh1/p2os/blob/master/p2os_urdf/defs/pioneer3at_body.xacro#L376
This means if you try changing the namespace in a launch file, it ignores it. For instance, to make it show up in Gazebo:
We should see "/robot0/cmd_vel" as a ROS topic, but it just shows up as "/cmd_vel".
If you delete this line it works as normal.
The text was updated successfully, but these errors were encountered: