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

Using rostopic echo /detectnet/detections issues #101

Open
SokPhanith opened this issue Feb 14, 2022 · 3 comments
Open

Using rostopic echo /detectnet/detections issues #101

SokPhanith opened this issue Feb 14, 2022 · 3 comments

Comments

@SokPhanith
Copy link

Hello, I follow your project and then test "roslaunch ros_deep_learning detectnet.ros1.launch input:=csi://0 output:=display://0" working well and using "rostopic echo /detectnet/detections" is working too on a single machine is Jetson nano.

But When I set up my PC ubuntu as master because I want Jetson Nano detectnet and pub data to another machine as my PC, I start set IP by

PC :
export ROS_MASTER_URI=http://IP:11311
export ROS_HOSTNAME=IP

Jetson Nano :
export ROS_MASTER_URI=http://IP:11311
export ROS_HOSTNAME=IP_JETSON_NANO

Run "roslaunch ros_deep_learning detectnet.ros1.launch input:=csi://0 output:=display://0" and "rostopic echo /detectnet/detections issues " is working fine on Jetson nano but PC do not working with "rostopic echo /detectnet/detections", I check "rostopic list" , i saw the same on jetson nano. The Message that I got like below

273203582_462007762264177_3103270426805695702_n

@dusty-nv
Copy link
Owner

Hi @SokPhanith, I'm not terribly familiar with cross-machine ROS topics, but it looks like your PC needs the vision_msgs package installed?

@SokPhanith
Copy link
Author

SokPhanith commented Feb 16, 2022

Thank you @dusty-nv it's working now . I forget install vision_msgs on my PC. One more thing I really want flip my camera 180degree. In Jetson inference using --input-flip=rotate-180 but I can't find in ros_deep_learning.

@dusty-nv
Copy link
Owner

OK cool, glad you got it working.

See the flip parameter of the video_source node: https://github.com/dusty-nv/ros_deep_learning#video_source-node

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

2 participants