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
I use kobuki stock apps,
here is my dynamixel.launch :
<launch>
<!-- Start the Dynamixel low-level driver manager with parameters -->
<node name="dynamixel_manager" pkg="dynamixel_controllers"
type="controller_manager.py" required="true" output="screen">
<rosparam>
namespace: alfred_dynamixel_manager
serial_ports:
dynamixel_ax12:
port_name: /dev/ttyACM0
baud_rate: 1000000
min_motor_id: 1
max_motor_id: 4
update_rate: 20
</rosparam>
</node>
<!-- Load the joint controller configuration from a YAML file -->
<rosparam file="$(find alfred_launcher)/config/dynamixel_params.yaml" command="load"/>
<!-- Start the head pan and tilt controllers -->
<node name="dynamixel_controller_spawner_ax12" pkg="dynamixel_controllers"
type="controller_spawner.py"
args="--manager=alfred_dynamixel_manager
--port=dynamixel_ax12
--type=simple
head_pan_joint
head_tilt_joint"
output="screen" />
<!-- Start the Dynamixel Joint States Publisher -->
<node name="dynamixel_joint_states_publisher" pkg="alfred_launcher" type="dynamixel_joint_state_publisher.py" output="screen" />
I think it's a small error anywhere, but can't find it. Please anyone, small help ?
The text was updated successfully, but these errors were encountered:
elpimous
changed the title
Impossible to have in same /jointstates topic Wheels and P&Tilt !!
Impossible to have in same /joint_states topic Wheels and P&Tilt !!
Mar 25, 2018
Looks like the kobuki is forgetting to set it's frame_id, but that's not your problem here. There shouldn't be a problem with /joint_states aggregating feeds from different systems and parsing it for what you need. If you do want to split them, use the usual tricks - namespacing, remapping.
Kobuki's wheels are missing the parent frame_id (bug). But there is no code down from it that uses it yet either so hasn't been a problem to date.
Namespacing - I mean namespacing your nodes so that your dynamixel joint_states appears on a namespaced topic. Use the ns attribute in roslaunch (see the wiki).
Hello, I encounter a problem with my kobuki robot (with pan and tilt head)
The kobuki works perfectly !! Thanks for this perfect robot !! And the docking station !!
https://plus.google.com/photos/photo/115946641037512570220/6532499646122540258?hl=fr
LOL
But, when launching kobuki_node minimal.launch,
and same time dynamixels.launch,
I receive this topic :
rostopic echo /joint_states
I use kobuki stock apps,
here is my dynamixel.launch :
I think it's a small error anywhere, but can't find it. Please anyone, small help ?
The text was updated successfully, but these errors were encountered: