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

ros::NodeHandle param #315

Open
hopechen8810 opened this issue Jun 9, 2023 · 0 comments
Open

ros::NodeHandle param #315

hopechen8810 opened this issue Jun 9, 2023 · 0 comments

Comments

@hopechen8810
Copy link

hopechen8810 commented Jun 9, 2023

@kwc
I write a ros node(a imu ros node) in c++ like below to set a param named port and set the default to "/dev/ttyAMA2". in the launch file, load a yaml file and set the port param to "/dev/ttyS0" which is the serial device on my develop board.

2023-06-09_09-48
2023-06-09_09-59

then I use service in ubuntu to start the program automatically, howerver the ros node will set the port param to /dev/ttyAMA2". why?

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