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

version up for noetic #28

Merged
merged 2 commits into from
Nov 1, 2023
Merged

version up for noetic #28

merged 2 commits into from
Nov 1, 2023

Conversation

yuanfanwang
Copy link
Contributor

No description provided.

@yuanfanwang yuanfanwang self-assigned this Nov 1, 2023
@kokosabu kokosabu self-assigned this Nov 1, 2023
@@ -50,7 +50,7 @@ class ros_tof {
}
private:
std_msgs::Float64MultiArray msg;
float msg_data[2];
double msg_data[2];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The type had been changed. Need to respond to that.
It is appropriate to change from float to double for Float64MultiArray.h.

namespace std_msgs
{

  class Float64MultiArray : public ros::Msg
  {
    public:
      typedef std_msgs::MultiArrayLayout _layout_type;
      _layout_type layout;
      uint32_t data_length;
-      typedef float _data_type;
+      typedef double _data_type;
      _data_type st_data;
      _data_type * data;

LexxPluss/ros_msgs@cf77162#diff-9157bb2fecbb1d253e675b58cdfe7289bf267839e5c762af1c7338a1f4d57e18R19

@yuanfanwang yuanfanwang merged commit 2b93403 into main Nov 1, 2023
1 check passed
@kokosabu kokosabu deleted the AMRSW-106-noetic-firmware branch November 1, 2023 13:32
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

Successfully merging this pull request may close these issues.

2 participants