-
Notifications
You must be signed in to change notification settings - Fork 7
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
Humble #13
Humble #13
Conversation
@@ -1,7 +1,7 @@ | |||
<?xml version="1.0"?> | |||
<robot xmlns:xacro="http://wiki.ros.org/xacro" name="net_ft_sensor"> | |||
<!-- parameters --> | |||
<xacro:arg name="ip_address" default="192.168.1.1" /> | |||
<xacro:arg name="ip_address" default="192.168.1.10" /> |
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.
The default IP is 192.168.1.1
, so please, revert this :)
@@ -135,7 +135,7 @@ def generate_launch_description(): | |||
declared_arguments.append( | |||
launch.actions.DeclareLaunchArgument( | |||
name="ip_address", | |||
default_value="192.168.1.1", | |||
default_value="192.168.1.10", |
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.
Also, here
@@ -159,7 +159,7 @@ def generate_launch_description(): | |||
declared_arguments.append( | |||
launch.actions.DeclareLaunchArgument( | |||
name="use_hardware_biasing", | |||
default_value="0", | |||
default_value="flase", |
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 a typo: should be false
@tianjiawen1 Can you look at the comments? |
yes,i tested on ati gamma ,it works. |
@tianjiawen1 That's great, but please change the default IP address to 192.168.1.1 (it's the default for ATI AXIA and more) |
Fix introduced in #14. Closing PR/ |
No description provided.