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

Humble #13

Closed
wants to merge 2 commits into from
Closed

Humble #13

wants to merge 2 commits into from

Conversation

tianjiawen1
Copy link

No description provided.

@@ -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" />
Copy link
Owner

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",
Copy link
Owner

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",
Copy link
Owner

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

@gbartyzel
Copy link
Owner

@tianjiawen1 Can you look at the comments?

@tianjiawen1
Copy link
Author

@tianjiawen1 Can you look at the comments?

yes,i tested on ati gamma ,it works.

@gbartyzel
Copy link
Owner

@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)

@gbartyzel
Copy link
Owner

Fix introduced in #14. Closing PR/

@gbartyzel gbartyzel closed this Oct 26, 2023
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