Skip to content
Snippets Groups Projects
Commit fcf13848 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Add prefix to joint_states topic.

parent d6e89b73
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ namespace dynamicgraph
// do not use callbacks, so do not create a useless spinner
nh_ (rosInit (false)),
state_ (0, MAKE_SIGNAL_STRING(name, true, "Vector", "state")),
publisher_ (nh_, "joint_states", 5),
publisher_ (nh_, "dynamic_graph/joint_states", 5),
jointState_ (),
trigger_ (boost::bind (&RosJointState::trigger, this, _1, _2),
sotNOSIGNAL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment