Original wrapper: https://github.com/hansonrobotics/ros_posenet
ROS wrapper for PoseNET library in NodeJS PoseNet demo: Here
npm install
inside the package folderFollowing ROS parameters should be set:
gpu: (true / false)
- Specifies if GPU acceleration should be usedtopic
- Uncompressed RGB8 encoded image topicout_topic
- specifies topic for result output. Output topic publishes ros_posenet/Poses.msgroslaunch ros_posenet posenet.launch
or rosrun ros_posenet posenet.js
rosrun ros_posenet display_keypoints.py
to display the detected poses