-
Notifications
You must be signed in to change notification settings - Fork 442
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
added fake_node pkg, tb3_house #90
Conversation
@rjshim |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I attached some comment.
Best regards
@rjshim Please check your files to pass CI. And describe what is changed this PR. |
@robotpilot I didn't know how the system works. I will close this PR and reupload it. Ryan |
* limitations under the License. | ||
*******************************************************************************/ | ||
|
||
/* Authors: Yoonseok Pyo */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add your name to Authors list
@@ -0,0 +1,39 @@ | |||
# /******************************************************************************* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment is a mixture of Python and C ++. Please use Python comments.
@@ -0,0 +1,78 @@ | |||
# /******************************************************************************* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment is a mixture of Python and C ++. Please use Python comments.
Node( | ||
package='turtlebot3_fake_node', | ||
node_executable='turtlebot3_fake_node', | ||
# node_name='tb3_fake_node', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is node_name
commented?
joint_states_frame: "base_footprint" | ||
odom_frame: "odom" | ||
base_frame: "base_footprint" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no EOF.
joint_states_frame: "base_footprint" | ||
odom_frame: "odom" | ||
base_frame: "base_footprint" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no EOF.
joint_states_frame: "base_footprint" | ||
odom_frame: "odom" | ||
base_frame: "base_footprint" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no EOF.
void Turtlebot3Fake::init_variables() | ||
{ | ||
// Initialise variables | ||
wheel_speed_cmd_[LEFT] = 0.0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete unnecessary indents.
Added the following modifications.
|
The current CI may fail depending on the ROS Distro update situation. |
Signed-off-by: Pyo <pyo@robotis.com>
Signed-off-by: Pyo <pyo@robotis.com>
Signed-off-by: Pyo <pyo@robotis.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good! Please correct some of the comments mentioned above.
…tions into ros2-devel
Signed-off-by: Pyo <pyo@robotis.com>
Today ROS 2 Dashing patch 3 has been released, and ROS 2 packages are synced. I modified CI settings for ROS 2 Dashing patch 3 and dependency packages. |
@rjshim After commit to fix your code, please comment on each conversation. That makes reviewer would be more easy to check what you fixed. |
@rjshim I'm working on a release. Please correct the last @routiful's comment. |
@rjshim |
I actually thought about it and what I thought was the current name (fake_node rather than fake) can better express what the package is (also, eManual for ROS 2 can be written differently from ROS 1). If that name is commonly used for mobile robots in general or the author who originally wrote it wants it that way, I will just follow the advice and reupload the package. @robotpilot The modification made for this will be uploaded together. Regards, |
@rjshim I accept your opinion. Please proceed with the changed name. |
@robotpilot @routiful Thank you for the advice. I kept the name 'turtlebot3_fake_node' for the package name and launch file name. Here are the changes made.
|
No description provided.