Skip to content

liuJwei/ROS_CAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS_CAN

Send data via USB-CAN in ROS

Requirements

CANalyst-II Linux version
ROS kinetic

Steps

  1. Creating a catkin Package, for example:
cd ~/catkin_ws/src
catkin_create_pkg can_send_lv std_msgs rospy roscpp
  1. Adding or replacing with these files in this repository. The two files in the inlcude dictionary are provied by the USB-CAN seller

  2. Building the catkin workspace

cd ~/catkin_ws
catkin_make 
  1. Running
roscore

In a new terminal,

rosrun can_send_lv can_send

The normal user should have the authority to read/write the corresponding USB device.

About

Send data via USB-CAN in ROS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published