-
When running the multiranger mapping script it runs normally but lacks a message like this: [vel_mux.py-2] [INFO] [1713355563.119257416] [vel_mux]: Velocity Multiplexer set for /cf231 with height 0.3 m using the /cmd_vel topic This is what I got in my terminal: ros2 launch crazyflie_examples multiranger_mapping_launch.py This message includes the "[INFO] [vel_mux.py-2]: process started with pid [13170]" but doesn't follow with a message like this Interestingly, I also encounter the same issue when running keyboard_velmux_launch.py individually. I discovered that if I run the crazyflie launch.py script first then keyboard_velmux it registers the Velocity Multiplexer, which brings me to another issue. I'm unable to fully utilize the teleop_twist_keyboard. I can only use the 't' and 'b' , meaning I can only take off and land but not fully control the drone as the other buttons don't register. For context when I use ros2 topic echo /cmd_vel I can see that it updates the x,y and z values. The others keys also function like the the take off key but can't use them to fly the cf around. For the multiranger I am unable to have the cf fly in order to map its surroundings which means I can't really use the nav2 tool which also suffers from the same issue. I will also include my crazyflies.yaml file. named list of all robotsrobots: Definition of the various robot typesrobot_types: cf21_mocap_deck:
global settings for all robotsall: firmware logging for all drones (use robot_types/type_name to set per type, orrobots/drone_name to set per drone)firmware_logging: firmware parameters for all drones (use robot_types/type_name to set per type, orrobots/drone_name to set per drone)firmware_params: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi! I've made your issue into a discussion. Not saying that you are not hitting an issue here but it will need a bit of investigation first. You might be hitting this issue related to this PR: #454. I'll try to see if I can recreate it and hopefully fix it |
Beta Was this translation helpful? Give feedback.
It's something else related. I've made an ticket and there is a PR open that should fix your issue #483