No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/polarisxq/scurm_sentrynavigation.git
VCS Type git
VCS Version master
Last Updated 2024-06-08
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

scripts to correctly exectute command

Additional Links

No additional links.

Maintainers

  • scurm
  • PolarisXia

Authors

No additional authors.

cmd_chassis

convert cmd_vel to chassis cmd

file descriptions

  • fake_joint.py since the chassis’s angle is unavailable, we use a fake joint to simulate the rotation of the chassis as the navigator required
  • twist_transformer transform the twist in chassis_link to yaw_link
  • twist2chassis_cmd.py listen to cmd_vel(twist) and chassis_type(int8) and publish corresponding chassis_cmd. Chassis_type is defined in rm_hardware_driver/rm_interfaces/msg/ChassisCmd.msg: 1 for velocity control in yaw frame, 4 for spin at an angular velocity automatically(maybe a little bit different from the msg file)

导航电控通信测试

遥控器控制

run teleop node

# Terminal1
ros2 run teleop_twist_keyboard teleop_twist_keyboard

# Terminal2
. install/setup.bash
ros2 launch cmd_chassis cmd2chassis.launch.py

or

# Terminal1
ros2 run mouse_teleop mouse_teleop

# Terminal2
. install/setup.bash
ros2 launch cmd_chassis cmd2chassis.launch.py twist_topic:=/mouse_vel

also you can try other teleop nodes, just remember remap the topic to /cmd_vel

ros2 run joy_teleop joy_teleop
ros2 run key_teleop key_teleop
ros2 run teleop_twist_joy teleop_node

# Terminal3
. install/setup.bash
ros2 launch rm_base rm_base.launch.py

里程计,速度标定

# Terminal1
ros2 launch cmd_chassis odom.launch.py

# Terminal2
export TURTLEBOT3_MODEL=waffle
export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:/opt/ros/humble/share/turtlebot3_gazebo/models
ros2 launch nav2_bringup tb3_simulation_launch.py params_file:='/home/sentry_ws/src/sentry_bringup/params/odom_calib.yaml'

config the behavior tree (speed, time and distance etc.) at sentry_bringup/params/odom_calib.yaml

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cmd_chassis at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.