Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record the script execution steps #16

Open
wing2791 opened this issue May 7, 2024 · 0 comments
Open

Record the script execution steps #16

wing2791 opened this issue May 7, 2024 · 0 comments

Comments

@wing2791
Copy link

wing2791 commented May 7, 2024

install

  • create a src folder
    sudo mkdir src
  • put the three files into the src
    such as
- src
    - src
    - CMakeLists.txt
    - package.xml
  • Enter the previous directory of the first src
    such as
    cd ~/rs_to_velodyne
- rs_to_velodyne
    - src
      - src
      - CMakeLists.txt
      - package.xml
  • execute the following command
    catkin_make

using

now in the rs_to_velodyne folder, there are three folders , build,devel,src
source ./devel/setup.bash
roscore
rosbag play myRSBag.bag --pause,press space to continue playing
rosrun rs_to_velodyne rs_to_velodyne XYZIRT XYZIRT
there will be a topic "/velodyne_points"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant