npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ros_webdevtools_fronted

v0.1.3

Published

<p align="center"> <a href="//github/gengwenhao" target="_blank" rel="noopener noreferrer"> <img width="500" src="src/assets/logo.png" alt="logo"> </a> </p> <h3 align="center">图形化模块编程的机器人控制方法</h3> <p align="center"> <a href="//githu

Downloads

4

Readme

基于 ROS 的图形化模块机器人编程工具

项目源代码

前端源代码 Github 码云

后端源代码 Github 码云

首页预览 机器人连接配置预览

介绍

需要开发一套图形化的机器人编程工具,借助于浏览器提供的 web 环境,实现可定制可拖拽的编程模块用于代码生成。生成的代码主要为 python 语言,运行依赖于 Linux 系统 和 ROS 环境,可应用于机器人的巡检、行进等批处理类型任务。

安装与运行

运行后端项目

git clone https://gitee.com/gengwenhao/ros_webdevtools_api
cd ros_webdevtools_api
python3 manage.py migrate
python3 manage.py runserver

运行前端项目

yarn install ros_webdevtools_fronted
cd ros_webdevtools_fronted
yarn server

解决前端依赖安装缓慢

更换 nvm 源为淘宝镜像

  • 方法一(临时)

NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node

  • 方法二(永久)

在 ~/.bashrc 中添加下列语句

export NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node