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

Error with Colcon Build [ROS2 Foxy] #37

Open
wants to merge 4 commits into
base: ros2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,4 @@ install(
DIRECTORY launch
DESTINATION share/${PROJECT_NAME})

ament_package()

ament_package()
3 changes: 2 additions & 1 deletion include/rf2o_laser_odometry/CLaserOdometry2DNode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <tf2_ros/transform_listener.h>
#include <tf2_ros/buffer.h>
#include <tf2/impl/utils.h>
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
#include <tf2/utils.h>

namespace rf2o {
Expand Down Expand Up @@ -47,3 +47,4 @@ class CLaserOdometry2DNode : public rclcpp::Node
void initPoseCallBack(const nav_msgs::msg::Odometry::SharedPtr new_initPose);
};


2 changes: 1 addition & 1 deletion launch/rf2o_laser_odometry.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ def generate_launch_description():
'base_frame_id' : 'base_link',
'odom_frame_id' : 'odom',
'init_pose_from_topic' : '',
'freq' : 20.0}],
'freq' : 10.0}],
),
])