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 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/jdj2261/erp42-ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2021-10-10 |
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
The erp42_driver package
Additional Links
No additional links.
Maintainers
- djjin
Authors
No additional authors.
erp42_driver
This Package is for calculating the robot’s odometry after successful communication connection.
Usage
$roslaunch erp42_driver erp42_driver.launch
<?xml version="1.0"?>
<launch>
<arg name="namespace" default="/erp42_serial"/>
<group ns="$(arg namespace)">
<node pkg="erp42_driver" name="erp42_driver_node" type="erp42_driver_node" output="screen">
<param name="wheel_radius" value="0.265"/>
<param name="wheel_base" value="1.040"/>
<param name="wheel_tread" value="0.985"/>
<param name="max_vel" value="5.0"/>
<param name="min_vel" value="-5.0"/>
<param name="max_steer_angle" value="28.169"/>
<param name="min_steer_angle" value="-28.169"/>
</node>
</group>
</launch>
The default namespace is /erp42_serial.
But in the case of CAN communication, the namespace is /erp42_can.
So, roslaunch erp42_driver erp42_driver.launch namespace:=/erp42_can
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
Deps | Name |
---|---|
roscpp | |
std_msgs | |
erp42_msgs | |
geometry_msgs | |
nav_msgs | |
sensor_msgs | |
tf | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
- launch/erp42_driver.launch
-
- namespace [default: /erp42_serial]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged erp42_driver 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.