Skip to content

Spider milovice - #1056

Merged
tajgr merged 9 commits into
masterfrom
feature/spider-milovice
Aug 15, 2026
Merged

Spider milovice#1056
tajgr merged 9 commits into
masterfrom
feature/spider-milovice

Conversation

@tajgr

@tajgr tajgr commented May 14, 2026

Copy link
Copy Markdown
Collaborator

This PR contains ongoing minor adjustments related to the Spider test in Milovice. I would like to just inform what i do (to avoid future surprise).

@tajgr

tajgr commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator Author

The changes in this PR are relatively minor and follow on from: tf-czu/spider#8

  • Spider: replace move by desired_steering and add on_reset method. Motivation for the reset: at present, the spider and CAN usually run continuously, but multiple applications can run one after the other (there is no need to start the robot again in autonomous mode).
  • followpath: add support for pose3d,
  • Go: add stop_time, It so happened that Spider failed to set the speed to zero within the default timeout.

@tajgr
tajgr marked this pull request as ready for review August 10, 2026 15:15
@m3d

m3d commented Aug 14, 2026

Copy link
Copy Markdown
Member

OK, what is the current status? Should I review it?

@tajgr

tajgr commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator Author

Yes, it is ready.

Comment thread osgar/platforms/spider.py


def get_desired_angle(speed, angular_speed):
def get_desired_angle(speed, angular_speed): # TODO to handle the calculation

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

is TODO still valid?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yes, it is.

Comment thread osgar/go.py
self.speed = config['max_speed']
self.dist = config['dist']
self.timeout = timedelta(seconds=config['timeout'])
self.stop_timeout = timedelta(seconds=config.get('stop_timeout', 1))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

can you add comment what it means?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Ok

@tajgr

tajgr commented Aug 15, 2026

Copy link
Copy Markdown
Collaborator Author

Thanks.

@tajgr
tajgr merged commit 4467109 into master Aug 15, 2026
2 checks passed
@tajgr
tajgr deleted the feature/spider-milovice branch August 15, 2026 14:10
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