Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve odometry behavior
  • Loading branch information
Myzhar committed Sep 15, 2023
commit ad8362cbbd68d6e548e377228682e96f0328c00c
3 changes: 1 addition & 2 deletions zed_nodelets/src/zed_nodelet/include/zed_wrapper_nodelet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,8 @@ class ZEDWrapperNodelet : public nodelet::Nodelet
void processPose();

/*! \brief Publish the pose of the camera in "Map" frame with a ros Publisher
* \param t : the ros::Time to stamp the image
*/
void publishPose(ros::Time t);
void publishPose();

/*! \brief Publish the pose of the camera in "Odom" frame with a ros Publisher
* \param base2odomTransf : Transformation representing the camera pose
Expand Down
Loading